home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / 05-11-10-1.swf / scripts / DefineButton2_1037 / BUTTONCONDACTION on(release, releaseOutside).as
Encoding:
Text File  |  2005-11-18  |  187 b   |  6 lines

  1. on(release, releaseOutside){
  2.    _global.C.sounds.sndBtn.StartSnd(1);
  3.    _global.C[_global.C.G_interface].PauseAll();
  4.    _global.C._parent.HowToPlayInGame.gotoAndPlay("HowToPlay");
  5. }
  6.